home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
MATH
/
ODE25
/
VOLTERRA.ODE
< prev
Wrap
Text File
|
1994-03-03
|
176b
|
13 lines
# VOLTERRA.ODE
# Volterra predator-prey equations
# See any book on population dynamics
# There is a limit cycle.
$t 20
x = 1
y = 2
x' = (1-y)*x
y' = (x-1)*y